Resource Properties |
The Resource type exposes the following members.
| Name | Description | |
|---|---|---|
| Address |
Gets or sets the URI of the resource.
| |
| AllowAutoRedirect |
Gets or sets a value that indicates whether the request should follow redirection responses.
| |
| AllowBuffering |
Gets or sets a value that indicates whether to buffer the data sent to the Internet resource.
| |
| ClientCertificate |
Gets or sets the security client certificate.
| |
| ContentType |
Gets or sets the value of the Content-Type HTTP header.
| |
| Cookies |
Gets or sets the collection of cookies.
| |
| HttpWebRequest |
Gets underlying HttpWebRequest object.
| |
| HttpWebResponse |
Gets the latest response.
| |
| KeepAlive |
Gets or sets a value indicating whether to make a persistent connection.
| |
| PreAuthenticate |
Gets or sets a value indicating whether to send a authenticate header with the request.
| |
| RequestHeader |
Gets or sets the custom request header.
| |
| SendChunked |
Gets or sets a value indicating whether to send data in segments to the Internet resource.
| |
| Session |
Gets or sets the WebdavSession of the resource.
| |
| SetContentLength |
Gets or sets a value indicating whether to set ContentLength property for underlying HttpWebRequest.
| |
| Timeout |
Gets or sets the time-out value for a request.
| |
| UnsafeAuthenticatedConnectionSharing |
Gets or sets a value that indicates whether to allow high-speed NTLM-authenticated connection sharing.
| |
| UserAgent |
Gets or sets the value of the User-Agent HTTP header.
|